home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / h / harrys_balloon / harrysballoonshdinst.lha / HARRYS BALLOONS / Install To Hard Drive < prev    next >
Text File  |  1996-04-08  |  2KB  |  59 lines

  1. Echo ""
  2. Echo "                        Harrys Balloons AGA Installer"
  3. Echo ""
  4. Echo "                           Written by C.Hook / OTT"
  5.  
  6. C:RequestFile >ENV:Path TITLE "Please Select Install Path..." NOICONS DRAWERSONLY SYS:
  7.  
  8. If WARN
  9. Skip ABORT
  10. EndIf
  11.  
  12. CD $Path
  13.  
  14. C:RequestChoice >ENV:Choice TITLE "Harrys Balloons AGA Installer" BODY "Should I create a drawer first or should I dump it all here ?" GADGETS "A drawer would be nice|Here will do fine"
  15.  
  16. If $Choice EQ 1
  17. MakeDir "Harrys Balloons"
  18. CD "Harrys Balloons"
  19. EndIf
  20.  
  21. Echo ""
  22. Echo "Installation in progress, Hang on a minute..."
  23.  
  24. C:DiskChange "HarrysBalloons:"
  25. C:Copy >NIL: "HarrysBalloons:" "" ALL
  26.  
  27. C:Delete >NIL: "Install To Hard Drive"
  28. C:Delete >NIL: "Install To Hard Drive.info"
  29. C:Delete >NIL: S/ ALL
  30. C:Delete >NIL: Devs/ ALL
  31. C:Delete >NIL: "Hard Drive Stuff !!!" ALL
  32. C:Delete >NIL: Disk.info
  33. C:Delete >NIL: Graphics.info
  34. C:Delete >NIL: Sonix.info
  35. C:Delete >NIL: HellFire2.exe
  36.  
  37. C:RequestChoice >ENV:Choice TITLE "Harrys Balloons AGA Installer" BODY "Will you be playing Harrys Balloons AGA on a 2 Meg machine ?" GADGETS "Yes|No"
  38.  
  39. If $Choice EQ 1
  40. C:Copy >NIL: "HarrysBalloons:Hard Drive Stuff !!!/2Meg" ""
  41. C:Rename >NIL: 2Meg "Harrys Balloons - AGA"
  42. C:Copy >NIL: "HarrysBalloons:Hard Drive Stuff !!!/Harrys Balloons - AGA.info" ""
  43. C:Copy >NIL: "HarrysBalloons:Hard Drive Stuff !!!/MemRun" SYS:C
  44. Else
  45. C:Copy >NIL: "HarrysBalloons:Hard Drive Stuff !!!/Normal" ""
  46. C:Rename >NIL: Normal "Harrys Balloons - AGA"
  47. C:Copy >NIL: "HarrysBalloons:Hard Drive Stuff !!!/Harrys Balloons - AGA.info" ""
  48. EndIf
  49.  
  50. C:Wait 2
  51.  
  52. C:RequestChoice >ENV:Choice TITLE "Harrys Balloons AGA Installer" BODY "Installation Complete" GADGETS "Okey Dokey!"
  53. Skip END
  54.  
  55. Lab ABORT
  56. C:RequestChoice >ENV:Choice TITLE "Harrys Balloons AGA Installer" BODY "Installation Aborted" GADGETS "Ooops!"
  57.  
  58. Lab END
  59.